home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / dp107e.zip / COMMAND.TIM < prev    next >
Text File  |  1995-02-21  |  6KB  |  173 lines

  1.  
  2.  
  3.                 Command description
  4.  
  5. 0) Hit ESC switch between command mode and data mode.
  6.  
  7. 1) Basic command
  8.    quit, q
  9.      This command will return to DOS withount saving and confirm.
  10.  
  11.    file  <fn>
  12.      This command save data (text and image) to file and return to DOS.
  13.    fn is a file name. If fn is not define, the current file will be
  14.    used.
  15.  
  16.    save <fn>
  17.      This command save data to file.
  18.  
  19.    msave fn
  20.      This command save data inside mark block to file.
  21.  
  22.  
  23.    name  fn
  24.      This command define new file name.
  25.  
  26.    name
  27.      Display current file name.
  28.  
  29.    erase  fn
  30.      Erase a file.
  31.  
  32.    edit <fn>
  33.    e <fn>
  34.      Open a new file. Current data (text and image) is abanded.
  35.  
  36.    put <fn>
  37.      Put file on cursor position. Current data will not be abanded.
  38.  
  39.    pcx fn
  40.      Save image to PCX format file. Those text out of graphic area will
  41.      be clip.
  42.  
  43.    mpcx fn
  44.      Save image of mark area to PCX format file. Those text out of graphic
  45.      area will be clip.
  46.  
  47.    cd path
  48.      Change current directory.
  49.  
  50.    reflow
  51.      reflow text inside line mark area.
  52.  
  53.    l/str/m-
  54.      Locate string. The delimiter can be punctuation or number (0-9).
  55.          l@str@
  56.          l1str1
  57.          l=str=
  58.      m   mark area.
  59.      -   search in UP direction, or down direction.
  60.  
  61.    c/str1/str2/*m-
  62.      Change string str1 to str2, if any string str1 is  found.
  63.      m   mark area.
  64.      -   search in UP direction, or down direction.
  65.      *   change all string. Shift + F5 to confirm the change.
  66.  
  67.  
  68. 2) Set parameters
  69.    format : set  parameter  v1  <v2>  <v3>
  70.             s  parameter  v1  <v2>  <v3>
  71.  
  72.    set autoreflow on/off
  73.       This parameter decide to reflow text automatically or not. Set to
  74.    ON, text will be reflow whenever keyin text pass over right margins.
  75.    The default status is ON.
  76.  
  77.    set beep ON/OFF
  78.       Set beep warning sound on/off.
  79.  
  80.    set grid ON/OFF
  81.       Set graphic grid be draw or hiden.
  82.  
  83.    set gridwh  w h
  84.       Set width and height of grid. If your printer is 360 DPI, you can
  85.    set width/height to 90 pixels-per-inch. Most laser jet printer has
  86.    300 DPI resolution, you can set width/height to 75 PPI.
  87.  
  88.    set blankcompress ON/OFF
  89.       Set blankcompress ON, the blank space will be transfer to TAB
  90.    in saving. The default status is ON.
  91.  
  92.    set imgprint ON/OFF
  93.       Set imgprint on, video font will be used in printing.
  94.       When imgprint is off, the printer font will be used in printing.
  95.       The default status is OFF.
  96.  
  97.    set laserjet V/H
  98.       Set HP laserjet paper orientation. Set to V, the paper
  99.    will be print in portrait. H means landscape.
  100.  
  101.    set pcolor N
  102.       Set printer background color. N is color number between 0 and 7.
  103.    The default value is 7. When a color is set to printer background
  104.    color. This color will be white (no pin hit) on paper.
  105.  
  106.    set pagewidth N
  107.       Set printer page width. N is from 1 to 150.The default width
  108.    is 80.
  109.  
  110.    set pagelength N
  111.       Set printer page length. N is greater than -1. The default length
  112.    is 60. A form feed will be sent to printer when pagelength meet. The
  113.    page jump will be disable, if you set pagelength to 0.
  114.  
  115.    set pxl2asc '@OLIi+. *'
  116.       Set pixel to ASCII table which is used by Tdrw->P2A, M2A. The first
  117.    8 characters is for color 0-7. The last one character is for text pixel.
  118.  
  119.    set margins N1 N2 <N3>
  120.       N1 is left margin. N2 is right margin. N3 is paragraph margin.
  121.    N1 is always less than N2-1. N2, N3 must be not over 8000.
  122.  
  123.    set searchcase ANY/EXACT
  124.       This parameter influence command LOCATE and CHANGE. Set to ANY, the
  125.    letter case will be ignore. Set to EXACT, the upper case and lower case
  126.    character will be treat differently.
  127.  
  128.    set textcolor n
  129.        You can set the text color for color printing. The default color is 2.
  130.  
  131.  
  132. 3) Question parameters
  133.    format : ? parameter
  134.  
  135.    ?  AUTOREFLOW    : display the autoreflow status.
  136.    ?  BEEP          : display beep status.
  137.    ?  BLANKCOMPRESS : display blankcompress status.
  138.    ?  GRID          : display grid status.
  139.    ?  GRIDWH        : display grid width and height.
  140.    ?  IMGPRINT      : display printing way.
  141.    ?  LASERJET      : display laserjet status.
  142.    ?  PCOLOR        : display printer background color.
  143.    ?  PAGEWIDTH     : display printer page width.
  144.    ?  PAGELENGTH    : display printer page length.
  145.    ?  CHAR          : display character code in  HEX.
  146.    ?  MARGINS       : display margins.
  147.    ?  MEMORY        : display free text memory size.
  148.    ?  SEARCHCASE    : display searchcase.
  149.    ?  TEXTCOLOR     : display textcolor
  150.    ?  pxl2asc       : display pixel to ASCII table.
  151.  
  152. 4) Brief command
  153.  
  154.    IB : Insert a blank line after non-blank line which is inside mark
  155.  block.
  156.    DB : Delete blank lines inside mark block.
  157.    BM : Move cursor to begin mark.
  158.    CD : Display current directory.
  159.    DT : Insert date and time on cursor position.
  160.    EM : End of mark area.
  161.    HD : Hide text. After execute HD, the text is disappear, only
  162.  image is left on screen. You cna use RD(redraw) to redisplay the text.
  163.  Moving screen has the same effect.
  164.    RD : Redraw the screen.
  165.    LE : Move cursor to screen left edge.
  166.    RE : Move cursor to screen right edge.
  167.    PT : Print text.
  168.    PK : print text inside mark block.
  169.    PR : print text and image.
  170.    PM : print text and image inside mark block.
  171.    LC : Change to LOWER CASE.
  172.    UC : Change to UPPER CASE.
  173.